Autogenerated HTML docs for v2.27.0-rc2
diff --git a/git-commit-graph.txt b/git-commit-graph.txt index 53a6502..a3d9967 100644 --- a/git-commit-graph.txt +++ b/git-commit-graph.txt
@@ -58,7 +58,7 @@ existing commit-graph file. + With the `--changed-paths` option, compute and write information about the -paths changed between a commit and it's first parent. This operation can +paths changed between a commit and its first parent. This operation can take a while on large repositories. It provides significant performance gains for getting history of a directory or a file with `git log -- <path>`. + @@ -68,6 +68,7 @@ strategy and other splitting options. The new commits not already in the commit-graph are added in a new "tip" file. This file is merged with the existing file if the following merge conditions are met: ++ * If `--split=no-merge` is specified, a merge is never performed, and the remaining options are ignored. `--split=replace` overwrites the existing chain with a new one. A bare `--split` defers to the remaining